home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 April: Penguin on DISC / ADC Developer CD (1993-04) (''Penguin On DISC'')_iso / Dev.CD Apr 93.iso / System Software / System Extensions / AppleScript Beta / Documentation / develop / Better Apple Event Coding / Code Samples / Object.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-16  |  363 b   |  18 lines  |  [TEXT/MPS ]

  1. /*------------------------------------------------------------------------------------------
  2.  
  3.     Program:    CPlusTESample 2.0AE
  4.     File:        Object.h
  5.  
  6.     by Eric Berdahl
  7.  
  8.     Copyright © 1992 Apple Computer, Inc.
  9.     All rights reserved.
  10.  
  11. ------------------------------------------------------------------------------------------*/
  12.  
  13. #ifndef    __OBJECT__
  14. #define    __OBJECT__
  15.  
  16.  
  17.  
  18. #endif